crypto/tls.ClientSessionState.session (field)
9 uses
crypto/tls (current package)
handshake_client.go#L386: session = cs.session
handshake_client.go#L1058: cs := &ClientSessionState{session: session}
handshake_client_tls13.go#L881: cs := &ClientSessionState{session: session}
quic.go#L354: cs := &ClientSessionState{session: session}
ticket.go#L405: session *SessionState
ticket.go#L414: if cs == nil || cs.session == nil {
ticket.go#L417: return cs.session.ticket, cs.session, nil
ticket.go#L428: session: state,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |